home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Know Your Hockey - The Greatest Player Resource
/
Know Your Hockey: The Greatest Player Resource.iso
/
hockey
/
director
/
ssqcst.cst
/
00008_Script_8
< prev
next >
Wrap
Text File
|
1998-09-28
|
326b
|
11 lines
-- get rid of the digital video when changing movies
on looseVideo
if the membernum of sprite 48 = 0 then exit
set MovieTrap = the member of sprite 48
if the type of member MovieTrap = #digitalVideo then
set the visible of sprite 48 = 0
set the membernum of sprite 48 = 0
updatestage
end if
end